Html Css Color HEX #611B1E Pohutukawa

📋 copy color: '#611B1E'

red 97 ◦ green 27 ◦ blue 30

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

Shades of Pohutukawa #611B1E

Tints of Pohutukawa #611B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.48%

R = 62.99%
G = 17.53%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#611B1E (or 0x611B1E) is known color: Pohutukawa. HEX triplet: 61, 1B and 1E. RGB value is (97,27,30). Sum of RGB (Red+Green+Blue) = 97+27+30=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1E is #9EE4E1. Grayscale: #303030. Windows color (decimal): -10413282 or 1973089. OLE color: 1973089.

HSL color Cylindrical-coordinate representation of color #611B1E: hue angle of 357.43º 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 #611B1E is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 30 -
CMYK 0 0.72 0.69 0.62
HSL 357.43º 0.56% 0.24% -
HSV(B) 357.43º 0.72% 0.38% -
XYZ 5.56 3.42 1.6 -
YUV 48.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 97 27 30 0 0.72 0.69 0.62 357.43 0.56 0.24
Hex 61 1B 1E 0 48 45 3E 165 38 18
Octal 141 33 36 0 110 105 76 545 70 30
Binary 1100001 11011 11110 0 1001000 1000101 111110 101100101 111000 11000

Color Harmonies of #611B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B1E

Black with #611B1E

Text Example


Text Example

White with #611B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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