#631423

Color #631423 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #631423

Tints of Pohutukawa #631423

Color information

#631423 (or 0x631423) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 23. RGB value is (99,20,35). Sum of RGB (Red+Green+Blue) = 99+20+35=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #631423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631423 is #9CEBDC. Grayscale: #2D2D2D. Windows color (decimal): -10283997 or 2298979. OLE color: 2298979.

HSL color Cylindrical-coordinate representation of color #631423: hue angle of 348.61º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631423 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB992035-
CMYK00.800.650.61
HSL348.61º66.39%23.33%-
HSV(B)348.61º79.8%38.82%-
XYZ5.73.271.92-
YUV45.33122.17166.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 64.29%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=64.29%
G=12.99%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99203500.800.650.61348.6166.3923.33
Hex631423050413D15d4217
Octal143244301201017553510227
Binary110001110100100011010100001000001111101101011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631423; }

 p { color: rgb(99,20,35); }

 H1.HeaderClassName
 {
   color: #631423;
 }
 .AnyTagClassName
 {
   color: #631423;
 }
</style>
background-color css

<style>
 a { background-color: #631423; }

 a { background-color: rgb(99,20,35); }

 div.DivClassName
 {
   background-color: #631423;
 }
 .BgClassName
 {
   background-color: #631423;
 }
</style>
border-color css

<style>
 span { border-color: #631423; }

 span { border-color: rgb(99,20,35); }

 td.TdClassName
 {
   border-color: #631423;
 }
 .TagClassName
 {
   border-color: #631423;
 }
</style>