Html Css Color HEX #631824 Pohutukawa

📋 copy color: '#631824'

red 99 ◦ green 24 ◦ blue 36

#631824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #631824

Tints of Pohutukawa #631824

RGB

 RED value IS 99 (39.06% from 255) = 62.26%

 GREEN value IS 24 (9.77% from 255) = 15.09%

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 62.26%
G = 15.09%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#631824 (or 0x631824) is known color: Pohutukawa. HEX triplet: 63, 18 and 24. RGB value is (99,24,36). Sum of RGB (Red+Green+Blue) = 99+24+36=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #631824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631824 is #9CE7DB. Grayscale: #2F2F2F. Windows color (decimal): -10282972 or 2365539. OLE color: 2365539.

HSL color Cylindrical-coordinate representation of color #631824: hue angle of 350.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631824 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 36 -
CMYK 0 0.76 0.64 0.61
HSL 350.4º 0.61% 0.24% -
HSV(B) 350.4º 0.76% 0.39% -
XYZ 5.79 3.43 2.03 -
YUV 47.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 99 24 36 0 0.76 0.64 0.61 350.4 0.61 0.24
Hex 63 18 24 0 4C 40 3D 15E 3D 18
Octal 143 30 44 0 114 100 75 536 75 30
Binary 1100011 11000 100100 0 1001100 1000000 111101 101011110 111101 11000

Color Harmonies of #631824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631824

Black with #631824

Text Example


Text Example

White with #631824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631824; }

 p { color: rgb(99,24,36); }

 H1.HeaderClassName
 {
   color: #631824;
 }
 .AnyTagClassName
 {
   color: #631824;
 }
</style>

background-color css

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

 a { background-color: rgb(99,24,36); }

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

border-color css

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

 span { border-color: rgb(99,24,36); }

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