Html Css Color HEX #63121C Pohutukawa

📋 copy color: '#63121C'

red 99 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #63121C

Tints of Pohutukawa #63121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.31%

R = 68.28%
G = 12.41%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63121C (or 0x63121C) is known color: Pohutukawa. HEX triplet: 63, 12 and 1C. RGB value is (99,18,28). Sum of RGB (Red+Green+Blue) = 99+18+28=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63121C is #9CEDE3. Grayscale: #2B2B2B. Windows color (decimal): -10284516 or 1839715. OLE color: 1839715.

HSL color Cylindrical-coordinate representation of color #63121C: hue angle of 352.59º 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 #63121C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 28 -
CMYK 0 0.82 0.72 0.61
HSL 352.59º 0.69% 0.23% -
HSV(B) 352.59º 0.82% 0.39% -
XYZ 5.57 3.17 1.42 -
YUV 43.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 99 18 28 0 0.82 0.72 0.61 352.59 0.69 0.23
Hex 63 12 1C 0 52 48 3D 161 45 17
Octal 143 22 34 0 122 110 75 541 105 27
Binary 1100011 10010 11100 0 1010010 1001000 111101 101100001 1000101 10111

Color Harmonies of #63121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63121C

Black with #63121C

Text Example


Text Example

White with #63121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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