Html Css Color HEX #63020F Pohutukawa

📋 copy color: '#63020F'

red 99 ◦ green 2 ◦ blue 15

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

Shades of Pohutukawa #63020F

Tints of Pohutukawa #63020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 85.34%
G = 1.72%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63020F (or 0x63020F) is known color: Pohutukawa. HEX triplet: 63, 02 and 0F. RGB value is (99,2,15). Sum of RGB (Red+Green+Blue) = 99+2+15=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #63020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63020F is #9CFDF0. Grayscale: #202020. Windows color (decimal): -10288625 or 983651. OLE color: 983651.

HSL color Cylindrical-coordinate representation of color #63020F: hue angle of 351.96º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63020F is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 2 15 -
CMYK 0 0.98 0.85 0.61
HSL 351.96º 0.96% 0.2% -
HSV(B) 351.96º 0.98% 0.39% -
XYZ 5.25 2.73 0.7 -
YUV 32.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 99 2 15 0 0.98 0.85 0.61 351.96 0.96 0.2
Hex 63 2 F 0 62 55 3D 160 60 14
Octal 143 2 17 0 142 125 75 540 140 24
Binary 1100011 10 1111 0 1100010 1010101 111101 101100000 1100000 10100

Color Harmonies of #63020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63020F

Black with #63020F

Text Example


Text Example

White with #63020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63020F; }

 p { color: rgb(99,2,15); }

 H1.HeaderClassName
 {
   color: #63020F;
 }
 .AnyTagClassName
 {
   color: #63020F;
 }
</style>

background-color css

<style>
 a { background-color: #63020F; }

 a { background-color: rgb(99,2,15); }

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

border-color css

<style>
 span { border-color: #63020F; }

 span { border-color: rgb(99,2,15); }

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