Html Css Color HEX #620B2B Pohutukawa

📋 copy color: '#620B2B'

red 98 ◦ green 11 ◦ blue 43

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

Shades of Pohutukawa #620B2B

Tints of Pohutukawa #620B2B

RGB

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

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

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

R = 64.47%
G = 7.24%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#620B2B (or 0x620B2B) is known color: Pohutukawa. HEX triplet: 62, 0B and 2B. RGB value is (98,11,43). Sum of RGB (Red+Green+Blue) = 98+11+43=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #620B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620B2B is #9DF4D4. Grayscale: #282828. Windows color (decimal): -10351829 or 2820962. OLE color: 2820962.

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

Color convert

RGB 98 11 43 -
CMYK 0 0.89 0.56 0.62
HSL 337.93º 0.8% 0.21% -
HSV(B) 337.93º 0.89% 0.38% -
XYZ 5.59 3.01 2.57 -
YUV 40.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 98 11 43 0 0.89 0.56 0.62 337.93 0.8 0.21
Hex 62 B 2B 0 59 38 3E 152 50 15
Octal 142 13 53 0 131 70 76 522 120 25
Binary 1100010 1011 101011 0 1011001 111000 111110 101010010 1010000 10101

Color Harmonies of #620B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B2B

Black with #620B2B

Text Example


Text Example

White with #620B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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