Html Css Color HEX #620F2C Pohutukawa

📋 copy color: '#620F2C'

red 98 ◦ green 15 ◦ blue 44

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

Shades of Pohutukawa #620F2C

Tints of Pohutukawa #620F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 62.42%
G = 9.55%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#620F2C (or 0x620F2C) is known color: Pohutukawa. HEX triplet: 62, 0F and 2C. RGB value is (98,15,44). Sum of RGB (Red+Green+Blue) = 98+15+44=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F2C is #9DF0D3. Grayscale: #2B2B2B. Windows color (decimal): -10350804 or 2887522. OLE color: 2887522.

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

Color convert

RGB 98 15 44 -
CMYK 0 0.85 0.55 0.62
HSL 339.04º 0.73% 0.22% -
HSV(B) 339.04º 0.85% 0.38% -
XYZ 5.66 3.12 2.69 -
YUV 43.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 98 15 44 0 0.85 0.55 0.62 339.04 0.73 0.22
Hex 62 F 2C 0 55 37 3E 153 49 16
Octal 142 17 54 0 125 67 76 523 111 26
Binary 1100010 1111 101100 0 1010101 110111 111110 101010011 1001001 10110

Color Harmonies of #620F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F2C

Black with #620F2C

Text Example


Text Example

White with #620F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,44); }

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

background-color css

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

 a { background-color: rgb(98,15,44); }

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

border-color css

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

 span { border-color: rgb(98,15,44); }

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