Html Css Color HEX #65171F Pohutukawa

📋 copy color: '#65171F'

red 101 ◦ green 23 ◦ blue 31

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

Shades of Pohutukawa #65171F

Tints of Pohutukawa #65171F

RGB

 RED value IS 101 (39.84% from 255) = 65.16%

 GREEN value IS 23 (9.38% from 255) = 14.84%

 BLUE value IS 31 (12.5% from 255) = 20%

R = 65.16%
G = 14.84%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65171F (or 0x65171F) is known color: Pohutukawa. HEX triplet: 65, 17 and 1F. RGB value is (101,23,31). Sum of RGB (Red+Green+Blue) = 101+23+31=155 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.16% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 101 - color contains mainly: red. Hex color #65171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65171F is #9AE8E0. Grayscale: #2F2F2F. Windows color (decimal): -10152161 or 2037605. OLE color: 2037605.

HSL color Cylindrical-coordinate representation of color #65171F: hue angle of 353.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65171F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 31 -
CMYK 0 0.77 0.69 0.60
HSL 353.85º 0.63% 0.24% -
HSV(B) 353.85º 0.77% 0.4% -
XYZ 5.92 3.48 1.66 -
YUV 47.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 101 23 31 0 0.77 0.69 0.60 353.85 0.63 0.24
Hex 65 17 1F 0 4D 45 3C 162 3F 18
Octal 145 27 37 0 115 105 74 542 77 30
Binary 1100101 10111 11111 0 1001101 1000101 111100 101100010 111111 11000

Color Harmonies of #65171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65171F

Black with #65171F

Text Example


Text Example

White with #65171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65171F; }

 p { color: rgb(101,23,31); }

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

background-color css

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

 a { background-color: rgb(101,23,31); }

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

border-color css

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

 span { border-color: rgb(101,23,31); }

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