Html Css Color HEX #65191F Pohutukawa

📋 copy color: '#65191F'

red 101 ◦ green 25 ◦ blue 31

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

Shades of Pohutukawa #65191F

Tints of Pohutukawa #65191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 64.33%
G = 15.92%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65191F (or 0x65191F) is known color: Pohutukawa. HEX triplet: 65, 19 and 1F. RGB value is (101,25,31). Sum of RGB (Red+Green+Blue) = 101+25+31=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #65191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65191F is #9AE6E0. Grayscale: #303030. Windows color (decimal): -10151649 or 2038117. OLE color: 2038117.

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

Color convert

RGB 101 25 31 -
CMYK 0 0.75 0.69 0.60
HSL 355.26º 0.6% 0.25% -
HSV(B) 355.26º 0.75% 0.4% -
XYZ 5.96 3.56 1.67 -
YUV 48.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 101 25 31 0 0.75 0.69 0.60 355.26 0.6 0.25
Hex 65 19 1F 0 4B 45 3C 163 3C 19
Octal 145 31 37 0 113 105 74 543 74 31
Binary 1100101 11001 11111 0 1001011 1000101 111100 101100011 111100 11001

Color Harmonies of #65191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65191F

Black with #65191F

Text Example


Text Example

White with #65191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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