Html Css Color HEX #620318 Pohutukawa

📋 copy color: '#620318'

red 98 ◦ green 3 ◦ blue 24

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

Shades of Pohutukawa #620318

Tints of Pohutukawa #620318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 78.4%
G = 2.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#620318 (or 0x620318) is known color: Pohutukawa. HEX triplet: 62, 03 and 18. RGB value is (98,3,24). Sum of RGB (Red+Green+Blue) = 98+3+24=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #620318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620318 is #9DFCE7. Grayscale: #212121. Windows color (decimal): -10353896 or 1573730. OLE color: 1573730.

HSL color Cylindrical-coordinate representation of color #620318: hue angle of 346.74º 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 #620318 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 24 -
CMYK 0 0.97 0.76 0.62
HSL 346.74º 0.94% 0.2% -
HSV(B) 346.74º 0.97% 0.38% -
XYZ 5.23 2.73 1.11 -
YUV 33.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 98 3 24 0 0.97 0.76 0.62 346.74 0.94 0.2
Hex 62 3 18 0 61 4C 3E 15B 5E 14
Octal 142 3 30 0 141 114 76 533 136 24
Binary 1100010 11 11000 0 1100001 1001100 111110 101011011 1011110 10100

Color Harmonies of #620318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620318

Black with #620318

Text Example


Text Example

White with #620318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620318; }

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

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

background-color css

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

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

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

border-color css

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

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

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