Html Css Color HEX #63091E Pohutukawa

📋 copy color: '#63091E'

red 99 ◦ green 9 ◦ blue 30

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

Shades of Pohutukawa #63091E

Tints of Pohutukawa #63091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.52%

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

R = 71.74%
G = 6.52%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63091E (or 0x63091E) is known color: Pohutukawa. HEX triplet: 63, 09 and 1E. RGB value is (99,9,30). Sum of RGB (Red+Green+Blue) = 99+9+30=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #63091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091E is #9CF6E1. Grayscale: #262626. Windows color (decimal): -10286818 or 1968483. OLE color: 1968483.

HSL color Cylindrical-coordinate representation of color #63091E: hue angle of 346º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63091E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 9 30 -
CMYK 0 0.91 0.70 0.61
HSL 346º 0.83% 0.21% -
HSV(B) 346º 0.91% 0.39% -
XYZ 5.48 2.94 1.51 -
YUV 38.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 99 9 30 0 0.91 0.70 0.61 346 0.83 0.21
Hex 63 9 1E 0 5B 46 3D 15A 53 15
Octal 143 11 36 0 133 106 75 532 123 25
Binary 1100011 1001 11110 0 1011011 1000110 111101 101011010 1010011 10101

Color Harmonies of #63091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63091E

Black with #63091E

Text Example


Text Example

White with #63091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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