Html Css Color HEX #62091A Pohutukawa

📋 copy color: '#62091A'

red 98 ◦ green 9 ◦ blue 26

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

Shades of Pohutukawa #62091A

Tints of Pohutukawa #62091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 73.68%
G = 6.77%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62091A (or 0x62091A) is known color: Pohutukawa. HEX triplet: 62, 09 and 1A. RGB value is (98,9,26). Sum of RGB (Red+Green+Blue) = 98+9+26=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #62091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62091A is #9DF6E5. Grayscale: #252525. Windows color (decimal): -10352358 or 1706338. OLE color: 1706338.

HSL color Cylindrical-coordinate representation of color #62091A: hue angle of 348.54º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62091A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 9 26 -
CMYK 0 0.91 0.73 0.62
HSL 348.54º 0.83% 0.21% -
HSV(B) 348.54º 0.91% 0.38% -
XYZ 5.32 2.87 1.25 -
YUV 37.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 98 9 26 0 0.91 0.73 0.62 348.54 0.83 0.21
Hex 62 9 1A 0 5B 49 3E 15D 53 15
Octal 142 11 32 0 133 111 76 535 123 25
Binary 1100010 1001 11010 0 1011011 1001001 111110 101011101 1010011 10101

Color Harmonies of #62091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62091A

Black with #62091A

Text Example


Text Example

White with #62091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62091A; }

 p { color: rgb(98,9,26); }

 H1.HeaderClassName
 {
   color: #62091A;
 }
 .AnyTagClassName
 {
   color: #62091A;
 }
</style>

background-color css

<style>
 a { background-color: #62091A; }

 a { background-color: rgb(98,9,26); }

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

border-color css

<style>
 span { border-color: #62091A; }

 span { border-color: rgb(98,9,26); }

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