Html Css Color HEX #620203 Pohutukawa

📋 copy color: '#620203'

red 98 ◦ green 2 ◦ blue 3

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

Shades of Pohutukawa #620203

Tints of Pohutukawa #620203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.91%

R = 95.15%
G = 1.94%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#620203 (or 0x620203) is known color: Pohutukawa. HEX triplet: 62, 02 and 03. RGB value is (98,2,3). Sum of RGB (Red+Green+Blue) = 98+2+3=103 (13% of max value = 765). Red value is 98 (38.67% from 255 or 95.15% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 98 - color contains mainly: red. Hex color #620203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620203 is #9DFDFC. Grayscale: #1E1E1E. Windows color (decimal): -10354173 or 197218. OLE color: 197218.

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

Color convert

RGB 98 2 3 -
CMYK 0 0.98 0.97 0.62
HSL 359.38º 0.96% 0.2% -
HSV(B) 359.38º 0.98% 0.38% -
XYZ 5.08 2.65 0.33 -
YUV 30.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 98 2 3 0 0.98 0.97 0.62 359.38 0.96 0.2
Hex 62 2 3 0 62 61 3E 167 60 14
Octal 142 2 3 0 142 141 76 547 140 24
Binary 1100010 10 11 0 1100010 1100001 111110 101100111 1100000 10100

Color Harmonies of #620203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620203

Black with #620203

Text Example


Text Example

White with #620203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620203; }

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

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

background-color css

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

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

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

border-color css

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

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

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