Html Css Color HEX #611126 Pohutukawa

📋 copy color: '#611126'

red 97 ◦ green 17 ◦ blue 38

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

Shades of Pohutukawa #611126

Tints of Pohutukawa #611126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 63.82%
G = 11.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#611126 (or 0x611126) is known color: Pohutukawa. HEX triplet: 61, 11 and 26. RGB value is (97,17,38). Sum of RGB (Red+Green+Blue) = 97+17+38=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611126 is #9EEED9. Grayscale: #2B2B2B. Windows color (decimal): -10415834 or 2494817. OLE color: 2494817.

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

Color convert

RGB 97 17 38 -
CMYK 0 0.82 0.61 0.62
HSL 344.25º 0.7% 0.22% -
HSV(B) 344.25º 0.82% 0.38% -
XYZ 5.48 3.08 2.14 -
YUV 43.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 97 17 38 0 0.82 0.61 0.62 344.25 0.7 0.22
Hex 61 11 26 0 52 3D 3E 158 46 16
Octal 141 21 46 0 122 75 76 530 106 26
Binary 1100001 10001 100110 0 1010010 111101 111110 101011000 1000110 10110

Color Harmonies of #611126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611126

Black with #611126

Text Example


Text Example

White with #611126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611126; }

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

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

background-color css

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

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

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

border-color css

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

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

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