Html Css Color HEX #63061E Pohutukawa

📋 copy color: '#63061E'

red 99 ◦ green 6 ◦ blue 30

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

Shades of Pohutukawa #63061E

Tints of Pohutukawa #63061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.44%

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

R = 73.33%
G = 4.44%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63061E (or 0x63061E) is known color: Pohutukawa. HEX triplet: 63, 06 and 1E. RGB value is (99,6,30). Sum of RGB (Red+Green+Blue) = 99+6+30=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63061E is #9CF9E1. Grayscale: #242424. Windows color (decimal): -10287586 or 1967715. OLE color: 1967715.

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

Color convert

RGB 99 6 30 -
CMYK 0 0.94 0.70 0.61
HSL 344.52º 0.89% 0.21% -
HSV(B) 344.52º 0.94% 0.39% -
XYZ 5.45 2.88 1.5 -
YUV 36.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 99 6 30 0 0.94 0.70 0.61 344.52 0.89 0.21
Hex 63 6 1E 0 5E 46 3D 159 59 15
Octal 143 6 36 0 136 106 75 531 131 25
Binary 1100011 110 11110 0 1011110 1000110 111101 101011001 1011001 10101

Color Harmonies of #63061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63061E

Black with #63061E

Text Example


Text Example

White with #63061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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