Html Css Color HEX #65171A Pohutukawa

📋 copy color: '#65171A'

red 101 ◦ green 23 ◦ blue 26

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

Shades of Pohutukawa #65171A

Tints of Pohutukawa #65171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 67.33%
G = 15.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#65171A (or 0x65171A) is known color: Pohutukawa. HEX triplet: 65, 17 and 1A. RGB value is (101,23,26). Sum of RGB (Red+Green+Blue) = 101+23+26=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #65171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65171A is #9AE8E5. Grayscale: #2E2E2E. Windows color (decimal): -10152166 or 1709925. OLE color: 1709925.

HSL color Cylindrical-coordinate representation of color #65171A: hue angle of 357.69º 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 #65171A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 23 26 -
CMYK 0 0.77 0.74 0.60
HSL 357.69º 0.63% 0.24% -
HSV(B) 357.69º 0.77% 0.4% -
XYZ 5.86 3.45 1.34 -
YUV 46.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 101 23 26 0 0.77 0.74 0.60 357.69 0.63 0.24
Hex 65 17 1A 0 4D 4A 3C 166 3F 18
Octal 145 27 32 0 115 112 74 546 77 30
Binary 1100101 10111 11010 0 1001101 1001010 111100 101100110 111111 11000

Color Harmonies of #65171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65171A

Black with #65171A

Text Example


Text Example

White with #65171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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