Html Css Color HEX #69151F Pohutukawa

📋 copy color: '#69151F'

red 105 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #69151F

Tints of Pohutukawa #69151F

RGB

 RED value IS 105 (41.41% from 255) = 66.88%

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

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

R = 66.88%
G = 13.38%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69151F (or 0x69151F) is known color: Pohutukawa. HEX triplet: 69, 15 and 1F. RGB value is (105,21,31). Sum of RGB (Red+Green+Blue) = 105+21+31=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69151F is #96EAE0. Grayscale: #2F2F2F. Windows color (decimal): -9890529 or 2037097. OLE color: 2037097.

HSL color Cylindrical-coordinate representation of color #69151F: hue angle of 352.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69151F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 21 31 -
CMYK 0 0.80 0.70 0.59
HSL 352.86º 0.67% 0.25% -
HSV(B) 352.86º 0.8% 0.41% -
XYZ 6.34 3.64 1.66 -
YUV 47.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 105 21 31 0 0.80 0.70 0.59 352.86 0.67 0.25
Hex 69 15 1F 0 50 46 3B 161 43 19
Octal 151 25 37 0 120 106 73 541 103 31
Binary 1101001 10101 11111 0 1010000 1000110 111011 101100001 1000011 11001

Color Harmonies of #69151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69151F

Black with #69151F

Text Example


Text Example

White with #69151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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