Html Css Color HEX #620914 Pohutukawa

📋 copy color: '#620914'

red 98 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #620914

Tints of Pohutukawa #620914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 20 (8.2% from 255) = 15.75%

R = 77.17%
G = 7.09%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#620914 (or 0x620914) is known color: Pohutukawa. HEX triplet: 62, 09 and 14. RGB value is (98,9,20). Sum of RGB (Red+Green+Blue) = 98+9+20=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #620914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620914 is #9DF6EB. Grayscale: #242424. Windows color (decimal): -10352364 or 1313122. OLE color: 1313122.

HSL color Cylindrical-coordinate representation of color #620914: hue angle of 352.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620914 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 20 -
CMYK 0 0.91 0.80 0.62
HSL 352.58º 0.83% 0.21% -
HSV(B) 352.58º 0.91% 0.38% -
XYZ 5.26 2.84 0.93 -
YUV 36.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 98 9 20 0 0.91 0.80 0.62 352.58 0.83 0.21
Hex 62 9 14 0 5B 50 3E 161 53 15
Octal 142 11 24 0 133 120 76 541 123 25
Binary 1100010 1001 10100 0 1011011 1010000 111110 101100001 1010011 10101

Color Harmonies of #620914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620914

Black with #620914

Text Example


Text Example

White with #620914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620914; }

 p { color: rgb(98,9,20); }

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

background-color css

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

 a { background-color: rgb(98,9,20); }

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

border-color css

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

 span { border-color: rgb(98,9,20); }

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