Html Css Color HEX #620F2B Pohutukawa

📋 copy color: '#620F2B'

red 98 ◦ green 15 ◦ blue 43

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

Shades of Pohutukawa #620F2B

Tints of Pohutukawa #620F2B

RGB

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

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

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

R = 62.82%
G = 9.62%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#620F2B (or 0x620F2B) is known color: Pohutukawa. HEX triplet: 62, 0F and 2B. RGB value is (98,15,43). Sum of RGB (Red+Green+Blue) = 98+15+43=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #620F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F2B is #9DF0D4. Grayscale: #2A2A2A. Windows color (decimal): -10350805 or 2821986. OLE color: 2821986.

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

Color convert

RGB 98 15 43 -
CMYK 0 0.85 0.56 0.62
HSL 339.76º 0.73% 0.22% -
HSV(B) 339.76º 0.85% 0.38% -
XYZ 5.64 3.11 2.59 -
YUV 43.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 98 15 43 0 0.85 0.56 0.62 339.76 0.73 0.22
Hex 62 F 2B 0 55 38 3E 154 49 16
Octal 142 17 53 0 125 70 76 524 111 26
Binary 1100010 1111 101011 0 1010101 111000 111110 101010100 1001001 10110

Color Harmonies of #620F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F2B

Black with #620F2B

Text Example


Text Example

White with #620F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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