Html Css Color HEX #620E2B Pohutukawa

📋 copy color: '#620E2B'

red 98 ◦ green 14 ◦ blue 43

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

Shades of Pohutukawa #620E2B

Tints of Pohutukawa #620E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.74%

R = 63.23%
G = 9.03%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#620E2B (or 0x620E2B) is known color: Pohutukawa. HEX triplet: 62, 0E and 2B. RGB value is (98,14,43). Sum of RGB (Red+Green+Blue) = 98+14+43=155 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.23% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 98 - color contains mainly: red. Hex color #620E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E2B is #9DF1D4. Grayscale: #2A2A2A. Windows color (decimal): -10351061 or 2821730. OLE color: 2821730.

HSL color Cylindrical-coordinate representation of color #620E2B: hue angle of 339.29º 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 #620E2B is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 14 43 -
CMYK 0 0.86 0.56 0.62
HSL 339.29º 0.75% 0.22% -
HSV(B) 339.29º 0.86% 0.38% -
XYZ 5.63 3.09 2.58 -
YUV 42.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 98 14 43 0 0.86 0.56 0.62 339.29 0.75 0.22
Hex 62 E 2B 0 56 38 3E 153 4B 16
Octal 142 16 53 0 126 70 76 523 113 26
Binary 1100010 1110 101011 0 1010110 111000 111110 101010011 1001011 10110

Color Harmonies of #620E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E2B

Black with #620E2B

Text Example


Text Example

White with #620E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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