Html Css Color HEX #612026 Pohutukawa

📋 copy color: '#612026'

red 97 ◦ green 32 ◦ blue 38

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

Shades of Pohutukawa #612026

Tints of Pohutukawa #612026

RGB

 RED value IS 97 (38.28% from 255) = 58.08%

 GREEN value IS 32 (12.89% from 255) = 19.16%

 BLUE value IS 38 (15.23% from 255) = 22.75%

R = 58.08%
G = 19.16%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#612026 (or 0x612026) is known color: Pohutukawa. HEX triplet: 61, 20 and 26. RGB value is (97,32,38). Sum of RGB (Red+Green+Blue) = 97+32+38=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612026 is #9EDFD9. Grayscale: #343434. Windows color (decimal): -10411994 or 2498657. OLE color: 2498657.

HSL color Cylindrical-coordinate representation of color #612026: hue angle of 354.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612026 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 38 -
CMYK 0 0.67 0.61 0.62
HSL 354.46º 0.5% 0.25% -
HSV(B) 354.46º 0.67% 0.38% -
XYZ 5.8 3.71 2.25 -
YUV 52.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 97 32 38 0 0.67 0.61 0.62 354.46 0.5 0.25
Hex 61 20 26 0 43 3D 3E 162 32 19
Octal 141 40 46 0 103 75 76 542 62 31
Binary 1100001 100000 100110 0 1000011 111101 111110 101100010 110010 11001

Color Harmonies of #612026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612026

Black with #612026

Text Example


Text Example

White with #612026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612026; }

 p { color: rgb(97,32,38); }

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

background-color css

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

 a { background-color: rgb(97,32,38); }

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

border-color css

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

 span { border-color: rgb(97,32,38); }

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