Html Css Color HEX #62181A Pohutukawa

📋 copy color: '#62181A'

red 98 ◦ green 24 ◦ blue 26

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

Shades of Pohutukawa #62181A

Tints of Pohutukawa #62181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 66.22%
G = 16.22%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62181A (or 0x62181A) is known color: Pohutukawa. HEX triplet: 62, 18 and 1A. RGB value is (98,24,26). Sum of RGB (Red+Green+Blue) = 98+24+26=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #62181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62181A is #9DE7E5. Grayscale: #2E2E2E. Windows color (decimal): -10348518 or 1710178. OLE color: 1710178.

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

Color convert

RGB 98 24 26 -
CMYK 0 0.76 0.73 0.62
HSL 358.38º 0.61% 0.24% -
HSV(B) 358.38º 0.76% 0.38% -
XYZ 5.55 3.32 1.33 -
YUV 46.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 98 24 26 0 0.76 0.73 0.62 358.38 0.61 0.24
Hex 62 18 1A 0 4C 49 3E 166 3D 18
Octal 142 30 32 0 114 111 76 546 75 30
Binary 1100010 11000 11010 0 1001100 1001001 111110 101100110 111101 11000

Color Harmonies of #62181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62181A

Black with #62181A

Text Example


Text Example

White with #62181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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