Html Css Color HEX #651B1E Pohutukawa

📋 copy color: '#651B1E'

red 101 ◦ green 27 ◦ blue 30

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

Shades of Pohutukawa #651B1E

Tints of Pohutukawa #651B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.09%

 BLUE value IS 30 (12.11% from 255) = 18.99%

R = 63.92%
G = 17.09%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#651B1E (or 0x651B1E) is known color: Pohutukawa. HEX triplet: 65, 1B and 1E. RGB value is (101,27,30). Sum of RGB (Red+Green+Blue) = 101+27+30=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #651B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651B1E is #9AE4E1. Grayscale: #313131. Windows color (decimal): -10151138 or 1973093. OLE color: 1973093.

HSL color Cylindrical-coordinate representation of color #651B1E: hue angle of 357.57º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #651B1E is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 27 30 -
CMYK 0 0.73 0.70 0.60
HSL 357.57º 0.58% 0.25% -
HSV(B) 357.57º 0.73% 0.4% -
XYZ 5.99 3.64 1.62 -
YUV 49.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 101 27 30 0 0.73 0.70 0.60 357.57 0.58 0.25
Hex 65 1B 1E 0 49 46 3C 166 3A 19
Octal 145 33 36 0 111 106 74 546 72 31
Binary 1100101 11011 11110 0 1001001 1000110 111100 101100110 111010 11001

Color Harmonies of #651B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651B1E

Black with #651B1E

Text Example


Text Example

White with #651B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651B1E; }

 p { color: rgb(101,27,30); }

 H1.HeaderClassName
 {
   color: #651B1E;
 }
 .AnyTagClassName
 {
   color: #651B1E;
 }
</style>

background-color css

<style>
 a { background-color: #651B1E; }

 a { background-color: rgb(101,27,30); }

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

border-color css

<style>
 span { border-color: #651B1E; }

 span { border-color: rgb(101,27,30); }

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