Html Css Color HEX #63111E Pohutukawa

📋 copy color: '#63111E'

red 99 ◦ green 17 ◦ blue 30

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

Shades of Pohutukawa #63111E

Tints of Pohutukawa #63111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 67.81%
G = 11.64%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63111E (or 0x63111E) is known color: Pohutukawa. HEX triplet: 63, 11 and 1E. RGB value is (99,17,30). Sum of RGB (Red+Green+Blue) = 99+17+30=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111E is #9CEEE1. Grayscale: #2B2B2B. Windows color (decimal): -10284770 or 1970531. OLE color: 1970531.

HSL color Cylindrical-coordinate representation of color #63111E: hue angle of 350.49º 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 #63111E is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 17 30 -
CMYK 0 0.83 0.70 0.61
HSL 350.49º 0.71% 0.23% -
HSV(B) 350.49º 0.83% 0.39% -
XYZ 5.58 3.15 1.54 -
YUV 43 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 99 17 30 0 0.83 0.70 0.61 350.49 0.71 0.23
Hex 63 11 1E 0 53 46 3D 15E 47 17
Octal 143 21 36 0 123 106 75 536 107 27
Binary 1100011 10001 11110 0 1010011 1000110 111101 101011110 1000111 10111

Color Harmonies of #63111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63111E

Black with #63111E

Text Example


Text Example

White with #63111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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