Html Css Color HEX #62122B Pohutukawa

📋 copy color: '#62122B'

red 98 ◦ green 18 ◦ blue 43

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

Shades of Pohutukawa #62122B

Tints of Pohutukawa #62122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

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

R = 61.64%
G = 11.32%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#62122B (or 0x62122B) is known color: Pohutukawa. HEX triplet: 62, 12 and 2B. RGB value is (98,18,43). Sum of RGB (Red+Green+Blue) = 98+18+43=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62122B is #9DEDD4. Grayscale: #2C2C2C. Windows color (decimal): -10350037 or 2822754. OLE color: 2822754.

HSL color Cylindrical-coordinate representation of color #62122B: hue angle of 341.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62122B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 43 -
CMYK 0 0.82 0.56 0.62
HSL 341.25º 0.69% 0.23% -
HSV(B) 341.25º 0.82% 0.38% -
XYZ 5.69 3.2 2.6 -
YUV 44.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 98 18 43 0 0.82 0.56 0.62 341.25 0.69 0.23
Hex 62 12 2B 0 52 38 3E 155 45 17
Octal 142 22 53 0 122 70 76 525 105 27
Binary 1100010 10010 101011 0 1010010 111000 111110 101010101 1000101 10111

Color Harmonies of #62122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62122B

Black with #62122B

Text Example


Text Example

White with #62122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62122B; }

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

 H1.HeaderClassName
 {
   color: #62122B;
 }
 .AnyTagClassName
 {
   color: #62122B;
 }
</style>

background-color css

<style>
 a { background-color: #62122B; }

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

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

border-color css

<style>
 span { border-color: #62122B; }

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

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