Html Css Color HEX #63111C Pohutukawa

📋 copy color: '#63111C'

red 99 ◦ green 17 ◦ blue 28

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

Shades of Pohutukawa #63111C

Tints of Pohutukawa #63111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 68.75%
G = 11.81%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63111C (or 0x63111C) is known color: Pohutukawa. HEX triplet: 63, 11 and 1C. RGB value is (99,17,28). Sum of RGB (Red+Green+Blue) = 99+17+28=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111C is #9CEEE3. Grayscale: #2A2A2A. Windows color (decimal): -10284772 or 1839459. OLE color: 1839459.

HSL color Cylindrical-coordinate representation of color #63111C: hue angle of 351.95º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63111C is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 28 -
CMYK 0 0.83 0.72 0.61
HSL 351.95º 0.71% 0.23% -
HSV(B) 351.95º 0.83% 0.39% -
XYZ 5.56 3.14 1.41 -
YUV 42.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 99 17 28 0 0.83 0.72 0.61 351.95 0.71 0.23
Hex 63 11 1C 0 53 48 3D 160 47 17
Octal 143 21 34 0 123 110 75 540 107 27
Binary 1100011 10001 11100 0 1010011 1001000 111101 101100000 1000111 10111

Color Harmonies of #63111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63111C

Black with #63111C

Text Example


Text Example

White with #63111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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