Html Css Color HEX #611B21 Pohutukawa

📋 copy color: '#611B21'

red 97 ◦ green 27 ◦ blue 33

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

Shades of Pohutukawa #611B21

Tints of Pohutukawa #611B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 61.78%
G = 17.2%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#611B21 (or 0x611B21) is known color: Pohutukawa. HEX triplet: 61, 1B and 21. RGB value is (97,27,33). Sum of RGB (Red+Green+Blue) = 97+27+33=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B21 is #9EE4DE. Grayscale: #303030. Windows color (decimal): -10413279 or 2169697. OLE color: 2169697.

HSL color Cylindrical-coordinate representation of color #611B21: hue angle of 354.86º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B21 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 33 -
CMYK 0 0.72 0.66 0.62
HSL 354.86º 0.56% 0.24% -
HSV(B) 354.86º 0.72% 0.38% -
XYZ 5.6 3.44 1.81 -
YUV 48.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 97 27 33 0 0.72 0.66 0.62 354.86 0.56 0.24
Hex 61 1B 21 0 48 42 3E 163 38 18
Octal 141 33 41 0 110 102 76 543 70 30
Binary 1100001 11011 100001 0 1001000 1000010 111110 101100011 111000 11000

Color Harmonies of #611B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B21

Black with #611B21

Text Example


Text Example

White with #611B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611B21; }

 p { color: rgb(97,27,33); }

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

background-color css

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

 a { background-color: rgb(97,27,33); }

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

border-color css

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

 span { border-color: rgb(97,27,33); }

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