Html Css Color HEX #63030A Pohutukawa

📋 copy color: '#63030A'

red 99 ◦ green 3 ◦ blue 10

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

Shades of Pohutukawa #63030A

Tints of Pohutukawa #63030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 88.39%
G = 2.68%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63030A (or 0x63030A) is known color: Pohutukawa. HEX triplet: 63, 03 and 0A. RGB value is (99,3,10). Sum of RGB (Red+Green+Blue) = 99+3+10=112 (14% of max value = 765). Red value is 99 (39.06% from 255 or 88.39% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 99 - color contains mainly: red. Hex color #63030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030A is #9CFCF5. Grayscale: #202020. Windows color (decimal): -10288374 or 656227. OLE color: 656227.

HSL color Cylindrical-coordinate representation of color #63030A: hue angle of 355.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63030A is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 10 -
CMYK 0 0.97 0.90 0.61
HSL 355.63º 0.94% 0.2% -
HSV(B) 355.63º 0.97% 0.39% -
XYZ 5.23 2.74 0.54 -
YUV 32.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 99 3 10 0 0.97 0.90 0.61 355.63 0.94 0.2
Hex 63 3 A 0 61 5A 3D 164 5E 14
Octal 143 3 12 0 141 132 75 544 136 24
Binary 1100011 11 1010 0 1100001 1011010 111101 101100100 1011110 10100

Color Harmonies of #63030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63030A

Black with #63030A

Text Example


Text Example

White with #63030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63030A; }

 p { color: rgb(99,3,10); }

 H1.HeaderClassName
 {
   color: #63030A;
 }
 .AnyTagClassName
 {
   color: #63030A;
 }
</style>

background-color css

<style>
 a { background-color: #63030A; }

 a { background-color: rgb(99,3,10); }

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

border-color css

<style>
 span { border-color: #63030A; }

 span { border-color: rgb(99,3,10); }

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