Html Css Color HEX #620E28 Pohutukawa

📋 copy color: '#620E28'

red 98 ◦ green 14 ◦ blue 40

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

Shades of Pohutukawa #620E28

Tints of Pohutukawa #620E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 64.47%
G = 9.21%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#620E28 (or 0x620E28) is known color: Pohutukawa. HEX triplet: 62, 0E and 28. RGB value is (98,14,40). Sum of RGB (Red+Green+Blue) = 98+14+40=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E28 is #9DF1D7. Grayscale: #2A2A2A. Windows color (decimal): -10351064 or 2625122. OLE color: 2625122.

HSL color Cylindrical-coordinate representation of color #620E28: hue angle of 341.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E28 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 14 40 -
CMYK 0 0.86 0.59 0.62
HSL 341.43º 0.75% 0.22% -
HSV(B) 341.43º 0.86% 0.38% -
XYZ 5.58 3.06 2.3 -
YUV 42.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 98 14 40 0 0.86 0.59 0.62 341.43 0.75 0.22
Hex 62 E 28 0 56 3B 3E 155 4B 16
Octal 142 16 50 0 126 73 76 525 113 26
Binary 1100010 1110 101000 0 1010110 111011 111110 101010101 1001011 10110

Color Harmonies of #620E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E28

Black with #620E28

Text Example


Text Example

White with #620E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,14,40); }

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

background-color css

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

 a { background-color: rgb(98,14,40); }

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

border-color css

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

 span { border-color: rgb(98,14,40); }

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