Html Css Color HEX #63071E Pohutukawa

📋 copy color: '#63071E'

red 99 ◦ green 7 ◦ blue 30

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

Shades of Pohutukawa #63071E

Tints of Pohutukawa #63071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.15%

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

R = 72.79%
G = 5.15%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63071E (or 0x63071E) is known color: Pohutukawa. HEX triplet: 63, 07 and 1E. RGB value is (99,7,30). Sum of RGB (Red+Green+Blue) = 99+7+30=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63071E is #9CF8E1. Grayscale: #252525. Windows color (decimal): -10287330 or 1967971. OLE color: 1967971.

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

Color convert

RGB 99 7 30 -
CMYK 0 0.93 0.70 0.61
HSL 345º 0.87% 0.21% -
HSV(B) 345º 0.93% 0.39% -
XYZ 5.46 2.9 1.5 -
YUV 37.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 99 7 30 0 0.93 0.70 0.61 345 0.87 0.21
Hex 63 7 1E 0 5D 46 3D 159 57 15
Octal 143 7 36 0 135 106 75 531 127 25
Binary 1100011 111 11110 0 1011101 1000110 111101 101011001 1010111 10101

Color Harmonies of #63071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63071E

Black with #63071E

Text Example


Text Example

White with #63071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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