Html Css Color HEX #631218 Pohutukawa

📋 copy color: '#631218'

red 99 ◦ green 18 ◦ blue 24

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

Shades of Pohutukawa #631218

Tints of Pohutukawa #631218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 70.21%
G = 12.77%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#631218 (or 0x631218) is known color: Pohutukawa. HEX triplet: 63, 12 and 18. RGB value is (99,18,24). Sum of RGB (Red+Green+Blue) = 99+18+24=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #631218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631218 is #9CEDE7. Grayscale: #2A2A2A. Windows color (decimal): -10284520 or 1577571. OLE color: 1577571.

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

Color convert

RGB 99 18 24 -
CMYK 0 0.82 0.76 0.61
HSL 355.56º 0.69% 0.23% -
HSV(B) 355.56º 0.82% 0.39% -
XYZ 5.53 3.15 1.18 -
YUV 42.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 99 18 24 0 0.82 0.76 0.61 355.56 0.69 0.23
Hex 63 12 18 0 52 4C 3D 164 45 17
Octal 143 22 30 0 122 114 75 544 105 27
Binary 1100011 10010 11000 0 1010010 1001100 111101 101100100 1000101 10111

Color Harmonies of #631218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631218

Black with #631218

Text Example


Text Example

White with #631218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631218; }

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

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

background-color css

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

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

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

border-color css

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

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

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