Html Css Color HEX #620304 Pohutukawa

📋 copy color: '#620304'

red 98 ◦ green 3 ◦ blue 4

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

Shades of Pohutukawa #620304

Tints of Pohutukawa #620304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.81%

R = 93.33%
G = 2.86%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#620304 (or 0x620304) is known color: Pohutukawa. HEX triplet: 62, 03 and 04. RGB value is (98,3,4). Sum of RGB (Red+Green+Blue) = 98+3+4=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620304 is #9DFCFB. Grayscale: #1F1F1F. Windows color (decimal): -10353916 or 263010. OLE color: 263010.

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

Color convert

RGB 98 3 4 -
CMYK 0 0.97 0.96 0.62
HSL 359.37º 0.94% 0.2% -
HSV(B) 359.37º 0.97% 0.38% -
XYZ 5.09 2.67 0.36 -
YUV 31.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 98 3 4 0 0.97 0.96 0.62 359.37 0.94 0.2
Hex 62 3 4 0 61 60 3E 167 5E 14
Octal 142 3 4 0 141 140 76 547 136 24
Binary 1100010 11 100 0 1100001 1100000 111110 101100111 1011110 10100

Color Harmonies of #620304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620304

Black with #620304

Text Example


Text Example

White with #620304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620304; }

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

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

background-color css

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

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

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

border-color css

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

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

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