Html Css Color HEX #62030A Pohutukawa

📋 copy color: '#62030A'

red 98 ◦ green 3 ◦ blue 10

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

Shades of Pohutukawa #62030A

Tints of Pohutukawa #62030A

RGB

 RED value IS 98 (38.67% from 255) = 88.29%

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

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

R = 88.29%
G = 2.7%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#62030A (or 0x62030A) is known color: Pohutukawa. HEX triplet: 62, 03 and 0A. RGB value is (98,3,10). Sum of RGB (Red+Green+Blue) = 98+3+10=111 (14% of max value = 765). Red value is 98 (38.67% from 255 or 88.29% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 98 - color contains mainly: red. Hex color #62030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62030A is #9DFCF5. Grayscale: #202020. Windows color (decimal): -10353910 or 656226. OLE color: 656226.

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

Color convert

RGB 98 3 10 -
CMYK 0 0.97 0.90 0.62
HSL 355.58º 0.94% 0.2% -
HSV(B) 355.58º 0.97% 0.38% -
XYZ 5.12 2.68 0.54 -
YUV 32.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 98 3 10 0 0.97 0.90 0.62 355.58 0.94 0.2
Hex 62 3 A 0 61 5A 3E 164 5E 14
Octal 142 3 12 0 141 132 76 544 136 24
Binary 1100010 11 1010 0 1100001 1011010 111110 101100100 1011110 10100

Color Harmonies of #62030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62030A

Black with #62030A

Text Example


Text Example

White with #62030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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