Html Css Color HEX #65151F Pohutukawa

📋 copy color: '#65151F'

red 101 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #65151F

Tints of Pohutukawa #65151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 66.01%
G = 13.73%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#65151F (or 0x65151F) is known color: Pohutukawa. HEX triplet: 65, 15 and 1F. RGB value is (101,21,31). Sum of RGB (Red+Green+Blue) = 101+21+31=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #65151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65151F is #9AEAE0. Grayscale: #2E2E2E. Windows color (decimal): -10152673 or 2037093. OLE color: 2037093.

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

Color convert

RGB 101 21 31 -
CMYK 0 0.79 0.69 0.60
HSL 352.5º 0.66% 0.24% -
HSV(B) 352.5º 0.79% 0.4% -
XYZ 5.88 3.4 1.64 -
YUV 46.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 101 21 31 0 0.79 0.69 0.60 352.5 0.66 0.24
Hex 65 15 1F 0 4F 45 3C 160 42 18
Octal 145 25 37 0 117 105 74 540 102 30
Binary 1100101 10101 11111 0 1001111 1000101 111100 101100000 1000010 11000

Color Harmonies of #65151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65151F

Black with #65151F

Text Example


Text Example

White with #65151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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