Html Css Color HEX #611F27 Pohutukawa

📋 copy color: '#611F27'

red 97 ◦ green 31 ◦ blue 39

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

Shades of Pohutukawa #611F27

Tints of Pohutukawa #611F27

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.56%

 BLUE value IS 39 (15.63% from 255) = 23.35%

R = 58.08%
G = 18.56%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#611F27 (or 0x611F27) is known color: Pohutukawa. HEX triplet: 61, 1F and 27. RGB value is (97,31,39). Sum of RGB (Red+Green+Blue) = 97+31+39=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611F27 is #9EE0D8. Grayscale: #333333. Windows color (decimal): -10412249 or 2563937. OLE color: 2563937.

HSL color Cylindrical-coordinate representation of color #611F27: hue angle of 352.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #611F27 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 31 39 -
CMYK 0 0.68 0.60 0.62
HSL 352.73º 0.52% 0.25% -
HSV(B) 352.73º 0.68% 0.38% -
XYZ 5.79 3.67 2.32 -
YUV 51.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 97 31 39 0 0.68 0.60 0.62 352.73 0.52 0.25
Hex 61 1F 27 0 44 3C 3E 161 34 19
Octal 141 37 47 0 104 74 76 541 64 31
Binary 1100001 11111 100111 0 1000100 111100 111110 101100001 110100 11001

Color Harmonies of #611F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611F27

Black with #611F27

Text Example


Text Example

White with #611F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,39); }

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

background-color css

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

 a { background-color: rgb(97,31,39); }

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

border-color css

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

 span { border-color: rgb(97,31,39); }

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