Html Css Color HEX #620B16 Pohutukawa

📋 copy color: '#620B16'

red 98 ◦ green 11 ◦ blue 22

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

Shades of Pohutukawa #620B16

Tints of Pohutukawa #620B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.4%

 BLUE value IS 22 (8.98% from 255) = 16.79%

R = 74.81%
G = 8.4%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#620B16 (or 0x620B16) is known color: Pohutukawa. HEX triplet: 62, 0B and 16. RGB value is (98,11,22). Sum of RGB (Red+Green+Blue) = 98+11+22=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #620B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B16 is #9DF4E9. Grayscale: #262626. Windows color (decimal): -10351850 or 1444706. OLE color: 1444706.

HSL color Cylindrical-coordinate representation of color #620B16: hue angle of 352.41º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B16 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 11 22 -
CMYK 0 0.89 0.78 0.62
HSL 352.41º 0.8% 0.21% -
HSV(B) 352.41º 0.89% 0.38% -
XYZ 5.3 2.89 1.04 -
YUV 38.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 98 11 22 0 0.89 0.78 0.62 352.41 0.8 0.21
Hex 62 B 16 0 59 4E 3E 160 50 15
Octal 142 13 26 0 131 116 76 540 120 25
Binary 1100010 1011 10110 0 1011001 1001110 111110 101100000 1010000 10101

Color Harmonies of #620B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B16

Black with #620B16

Text Example


Text Example

White with #620B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620B16; }

 p { color: rgb(98,11,22); }

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

background-color css

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

 a { background-color: rgb(98,11,22); }

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

border-color css

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

 span { border-color: rgb(98,11,22); }

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