Html Css Color HEX #63071C Pohutukawa

📋 copy color: '#63071C'

red 99 ◦ green 7 ◦ blue 28

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

Shades of Pohutukawa #63071C

Tints of Pohutukawa #63071C

RGB

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

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

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

R = 73.88%
G = 5.22%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63071C (or 0x63071C) is known color: Pohutukawa. HEX triplet: 63, 07 and 1C. RGB value is (99,7,28). Sum of RGB (Red+Green+Blue) = 99+7+28=134 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.88% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 99 - color contains mainly: red. Hex color #63071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63071C is #9CF8E3. Grayscale: #242424. Windows color (decimal): -10287332 or 1836899. OLE color: 1836899.

HSL color Cylindrical-coordinate representation of color #63071C: hue angle of 346.3º 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 #63071C is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 7 28 -
CMYK 0 0.93 0.72 0.61
HSL 346.3º 0.87% 0.21% -
HSV(B) 346.3º 0.93% 0.39% -
XYZ 5.43 2.89 1.37 -
YUV 36.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 99 7 28 0 0.93 0.72 0.61 346.3 0.87 0.21
Hex 63 7 1C 0 5D 48 3D 15A 57 15
Octal 143 7 34 0 135 110 75 532 127 25
Binary 1100011 111 11100 0 1011101 1001000 111101 101011010 1010111 10101

Color Harmonies of #63071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63071C

Black with #63071C

Text Example


Text Example

White with #63071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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